home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1993 / MacHack 1993.toast / MacHack™ 1987-1992 / MacHack™ '90 / Utilities ƒ / MPW Tools ƒ / Simula4.07 / Simula 4.07ƒ / SExamples / rtoptions.r < prev    next >
Encoding:
Text File  |  1989-05-02  |  723 b   |  21 lines  |  [TEXT/MPS ]

  1. /*------------------------------------------------------------------------------
  2.  
  3.       rtoptinis.r    -  Resources for the Simula Windowsystem Application
  4. When a Simula program is linked to execute as an application it
  5. reads parameters from a resource, rather than the command line.
  6. You can specify the same options here as on the MPW comand line.
  7. Install the resource with the following comand:
  8.  
  9. Rez rtoptions.r -o <your program> -append
  10.  
  11. Change the options in the resource below to suite your needs.
  12.  
  13.       Copyright Lund Software AB, 1989
  14.       All rights reserved.
  15.  
  16. ------------------------------------------------------------------------------*/
  17.  
  18. #include "Types.r"
  19. resource 'STR#' (32000, "rtoptions") {
  20.     {"-p";"-g";"-k=200"}
  21. };